Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTP #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.2
3.12.3
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"**/__pycache__": true,
"**/.pytest_cache": true,
".venv/": true
}
},
"python.testing.pytestArgs": ["src"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# llegos
# fastactor
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[project]
name = "llegos"
name = "fastactor"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "Cyrus Nouroozi", email = "[email protected]" }
]
description = "FastActor is a fast and easy-to-use actor framework for Python."
authors = [{ name = "Cyrus Nouroozi", email = "[email protected]" }]
dependencies = [
"anyio>=4.3.0",
"pyee>=11.1.0",
"anyio>=4.7.0",
"pyee>=12.1.1",
"pydantic-settings>=2.7.0",
"sorcery>=0.2.2",
"svix-ksuid>=0.6.2",
"beartype>=0.19.0",
]
readme = "README.md"
requires-python = ">= 3.8"
Expand All @@ -21,15 +23,14 @@ managed = true
dev-dependencies = [
"ipython>=8.23.0",
"ipdb>=0.13.13",
"openai>=1.17.1",
"pytest>=8.1.1",
"pytest>=8.3.3",
"pytest-anyio>=0.0.0",
"trio>=0.25.0",
"pytest-asyncio>=0.23.6",
"pydantic>=2.10.4",
]

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/llegos"]
packages = ["src/fastactor"]
65 changes: 32 additions & 33 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,31 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
# via httpx
# via llegos
# via openai
anyio==4.7.0
# via fastactor
# via pytest-anyio
asttokens==2.4.1
# via sorcery
# via stack-data
attrs==23.2.0
# via outcome
# via trio
certifi==2024.2.2
# via httpcore
# via httpx
beartype==0.19.0
# via fastactor
decorator==5.1.1
# via ipdb
# via ipython
distro==1.9.0
# via openai
executing==2.0.1
# via sorcery
# via stack-data
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via openai
idna==3.7
# via anyio
# via httpx
# via trio
iniconfig==2.0.0
# via pytest
Expand All @@ -47,9 +39,10 @@ ipython==8.23.0
# via ipdb
jedi==0.19.1
# via ipython
littleutils==0.2.4
# via sorcery
matplotlib-inline==0.1.6
# via ipython
openai==1.17.1
outcome==1.3.0.post0
# via trio
packaging==24.0
Expand All @@ -58,48 +51,54 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pluggy==1.4.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pydantic==2.7.0
# via openai
pydantic-core==2.18.1
pydantic==2.10.4
# via pydantic-settings
pydantic-core==2.27.2
# via pydantic
pyee==11.1.0
# via llegos
pydantic-settings==2.7.0
# via fastactor
pyee==12.1.1
# via fastactor
pygments==2.17.2
# via ipython
pytest==8.1.1
pytest==8.3.4
# via pytest-anyio
# via pytest-asyncio
pytest-anyio==0.0.0
pytest-asyncio==0.23.6
python-baseconv==1.2.2
# via svix-ksuid
python-dotenv==1.0.1
# via pydantic-settings
six==1.16.0
# via asttokens
sniffio==1.3.1
# via anyio
# via httpx
# via openai
# via trio
sorcery==0.2.2
# via fastactor
sortedcontainers==2.4.0
# via trio
stack-data==0.6.3
# via ipython
tqdm==4.66.2
# via openai
svix-ksuid==0.6.2
# via fastactor
traitlets==5.14.2
# via ipython
# via matplotlib-inline
trio==0.25.0
typing-extensions==4.11.0
# via openai
typing-extensions==4.12.2
# via anyio
# via pydantic
# via pydantic-core
# via pyee
wcwidth==0.2.13
# via prompt-toolkit
wrapt==1.17.0
# via sorcery
39 changes: 35 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,46 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
anyio==4.3.0
# via llegos
annotated-types==0.7.0
# via pydantic
anyio==4.7.0
# via fastactor
asttokens==3.0.0
# via sorcery
beartype==0.19.0
# via fastactor
executing==2.1.0
# via sorcery
idna==3.7
# via anyio
pyee==11.1.0
# via llegos
littleutils==0.2.4
# via sorcery
pydantic==2.9.2
# via pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.7.0
# via fastactor
pyee==12.1.1
# via fastactor
python-baseconv==1.2.2
# via svix-ksuid
python-dotenv==1.0.1
# via pydantic-settings
sniffio==1.3.1
# via anyio
sorcery==0.2.2
# via fastactor
svix-ksuid==0.6.2
# via fastactor
typing-extensions==4.11.0
# via anyio
# via pydantic
# via pydantic-core
# via pyee
wrapt==1.17.0
# via sorcery
5 changes: 5 additions & 0 deletions src/fastactor/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .settings import settings

__all__ = [
"settings",
]
Loading