Metadata-Version: 2.1
Name: thalentfrx
Version: 0.1.12
Summary: Python REST API framework build on the top of FastAPI.
Author-Email: Roby Winarto <roby.winarto@thalent.dev>
License: MIT
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 1
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP
Project-URL: Homepage, https://github.com/thalentdev/thalent-frx
Project-URL: Documentation, https://thalentfrx.thalent.dev/
Project-URL: Repository, https://github.com/thalentdev/thalent-frx
Project-URL: Issues, https://github.com/thalentdev/thalent-frx/issues
Project-URL: Changelog, https://thalentfrx.thalent.dev/release-notes/
Requires-Python: >=3.11
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.9.0
Requires-Dist: cffi==1.17.1
Requires-Dist: cryptography==44.0.2
Requires-Dist: fastapi[standard]==0.115.12
Requires-Dist: greenlet==3.1.1
Requires-Dist: idna==3.10
Requires-Dist: pycparser==2.22
Requires-Dist: pydantic==2.11.1
Requires-Dist: pydantic-settings==2.8.1
Requires-Dist: pydantic-core==2.33.0
Requires-Dist: PyJWT==2.10.1
Requires-Dist: python-dotenv==1.1.0
Requires-Dist: pytz==2025.2
Requires-Dist: shortuuid==1.0.13
Requires-Dist: sniffio==1.3.1
Requires-Dist: SQLAlchemy==2.0.40
Requires-Dist: starlette==0.46.1
Requires-Dist: typing-inspection==0.4.0
Requires-Dist: typing-extensions>=4.13.2
Requires-Dist: dependency-injector>=4.46.0
Requires-Dist: fastapi-utils>=0.8.0
Requires-Dist: typing-inspect>=0.9.0
Requires-Dist: injector>=0.22.0
Description-Content-Type: text/markdown

# thalent-frx

# store pypi authentication info
```
pdm config --local pypi.username "xxx"
pdm config --local pypi.password "xxx"
```
It will create pdm.toml and do not commit the file to repo.
Add it to .gitignore


