A Python library for neural connections, memory formation, and intelligence
Project description
Synaptik
A Python library for neural connections, memory formation, and intelligence.
Installation
Install from PyPI:
pip install synaptik
Or install from source:
git clone https://github.com/hemprasadbadgujar/synaptik.git
cd synaptik
pip install -e .
Quick Start
from synaptik import hello_world
print(hello_world())
# Output: Hello, World! Welcome to Synaptik!
Development
Setup Development Environment
git clone https://github.com/hemprasadbadgujar/synaptik.git
cd synaptik
pip install -e ".[dev]"
Running Tests
pytest
Publishing to PyPI
This package is automatically published to PyPI when a new release is created on GitHub.
Manual Publishing
- Update the version in
pyproject.tomlandsetup.py - Build the package:
python -m build
- Upload to PyPI:
python -m twine upload dist/*
Automatic Publishing via GitHub Actions
The package is automatically published when you:
- Create a new release on GitHub (tagged release)
- Or manually trigger the workflow from GitHub Actions
Note: You need to configure PyPI trusted publishing:
- Go to PyPI → Account Settings → API tokens
- Add a new API token with "Trusted publishing"
- Add your GitHub repository to the trusted publishers
License
MIT License - see LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Author
Hemprasad Badgujar
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
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
File details
Details for the file synaptik-0.1.0.tar.gz.
File metadata
- Download URL: synaptik-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12776aa5df45798ac7a7ac74ad8bd11d20029efb2b614b95f680d921cc362747
|
|
| MD5 |
fee693c2693546dff8eca84a97a6efc1
|
|
| BLAKE2b-256 |
b79a35b3c69fecb789de85c769c5b3dadb3f05618a5efe27a0ca45417a9c61ad
|
File details
Details for the file synaptik-0.1.0-py3-none-any.whl.
File metadata
- Download URL: synaptik-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbf86d0cbe96c3c1621d272cef9d5d201237d03063486bce2cfcc82383baf89d
|
|
| MD5 |
fb2ea9660eb20fd49ac6f57e9dae5b57
|
|
| BLAKE2b-256 |
8985faf04fa24f4a53d0cccdc82c8559fff9d321b1f2f7e93fd84bb946fc9ac1
|