Skip to main content

An ORM for Python

Project description

article i followed for creating a package

https://mathspp.com/blog/how-to-create-a-python-package-in-2022

first, we need pipx in order to install poetry

python -m pip install --user pipx

make sure the right python scripts folder is in the PATH env varaible on windows

pipx install poetry

#update the PATH env pipx ensurepath

reload the shell

for a new project, run 'poetry new .' in the new empty directory

for an existing project, type the below in the the directory and follow the prompts

poetry init

now run install

poetry install

do the git stuff if a new project that's not on git yet

git init git add * git commit -m "First commit" git branch -M main git remote add origin https://github.com/JamesRandell/ivypy.git git push -u origin main

more poetry stuff

poetry add -D pre-commit

poetry config repositories.testpypi https://test.pypi.org/legacy/

#api token

test account

poetry config http-basic.testpypi token test-token-here

poetry build poetry publish -r testpypi

live account

poetry config pypi-token.pypi live-token-here

poetry publish --build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ivyorm-0.1.15.tar.gz (36.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ivyorm-0.1.15-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file ivyorm-0.1.15.tar.gz.

File metadata

  • Download URL: ivyorm-0.1.15.tar.gz
  • Upload date:
  • Size: 36.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10

File hashes

Hashes for ivyorm-0.1.15.tar.gz
Algorithm Hash digest
SHA256 dd6c2b093a7ae4c057baecb3f1a80fc9d3835b2a92b0e2781eb16e67f5ae237b
MD5 4cb01e8d810a0402f0d2c9eda04b5a6c
BLAKE2b-256 dc3345a49566e84e331ddbbe0c3b878b193dca66f552a57b25922e92201806c0

See more details on using hashes here.

File details

Details for the file ivyorm-0.1.15-py3-none-any.whl.

File metadata

  • Download URL: ivyorm-0.1.15-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10

File hashes

Hashes for ivyorm-0.1.15-py3-none-any.whl
Algorithm Hash digest
SHA256 0e85067d1b8bbcf52cc2a57c1692dec3d8c679c73b5761392c4268add5e09a22
MD5 37225207f34021cb07db9dc0f88fa0fd
BLAKE2b-256 0db67b05ba4257ce313669956072bd9f53e2fe40128662bc54348de1a7c1fb29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page