A simple Python package.
Project description
jaane
This is a Python package named jaane.
Features
- Simple class
jaanewith ahi()method.
Installation
pip install .
Usage
from jaane.jaane import jaane
print(jaane.hi())
Development
Install dependencies for development:
pip install -e .[dev]
License
See LICENCE for details.
Project Structure
src/jaane/— Package source codetest/— Testspyproject.toml— Build configurationLICENCE— License file
How to set up pyproject.toml
Here is a minimal example for a Python package using PEP 621:
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "jaane"
version = "0.1.0"
description = "A simple Python package."
authors = [
{ name = "Your Name", email = "your@email.com" }
]
readme = "README.md"
license = { file = "LICENCE" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = []
[project.optional-dependencies]
dev = ["pytest"]
[tool.setuptools.packages.find]
where = ["src"]
Replace the author and email with your details. Adjust dependencies as needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaane-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jaane-0.1.0-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file jaane-0.1.0.tar.gz.
File metadata
- Download URL: jaane-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e8535230369bd13a3e9b390f42c4a0d1e664ad46c2b667eb42e8a5fa63ee97e
|
|
| MD5 |
f738e4d2d8c099b9ea4532363cd9479d
|
|
| BLAKE2b-256 |
e8ae4b13e28cb7f941382ef5c1718321a01d5bc751637a26cf2c60da81b04260
|
File details
Details for the file jaane-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jaane-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
612d47317746f17ae558d815c5c0f5a4011d475ae6bf4f5f474cf7646de4c9ec
|
|
| MD5 |
33f8b5b651d2dfcaf39320e3a20d9764
|
|
| BLAKE2b-256 |
634dce392ac98a0278ab02efa2ad336592aecd4c9661e441680d617e6eaf4394
|