Skip to content

Commit 8d5362d

Browse files
committed
Refactor project structure: update package name to 'metaai-sdk', revise installation instructions, and correct author information across documentation
1 parent a535f5b commit 8d5362d

File tree

9 files changed

+43
-57
lines changed

9 files changed

+43
-57
lines changed

API_SERVER_DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide explains how to deploy the Meta AI API server for production use.
77
### 1. Install with API Dependencies
88

99
```bash
10-
pip install metaai-api[api]
10+
pip install metaai-sdk[api]
1111
```
1212

1313
### 2. Configure Environment

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ We're especially interested in contributions for:
273273
- **General questions**: Open a GitHub Discussion
274274
- **Bug reports**: Create an issue with bug template
275275
- **Feature requests**: Create an issue with feature template
276-
- **Security issues**: Email contact@meta-ai-sdk.dev
276+
- **Security issues**: Email imseldrith@gmail.com
277277

278278
## 🌟 Recognition
279279

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Meta AI SDK Team
3+
Copyright (c) 2025 Ashiq Hussain Mir
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

QUICK_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```bash
88
# Install from PyPI
9-
pip install metaai-api
9+
pip install metaai-sdk
1010

1111
# Or install from source
1212
git clone https://github.com/mir-ashiq/metaai-api.git
@@ -222,7 +222,7 @@ except Exception as e:
222222

223223
## 🔗 Links
224224

225-
- **GitHub**: [mir-ashiq/meta-ai-python](https://github.com/mir-ashiq/meta-ai-python)
225+
- **GitHub**: [mir-ashiq/meta-ai-python](https://github.com/mir-ashiq/metaai-api)
226226
- **PyPI**: [metaai-api](https://pypi.org/project/metaai-api/)
227227
- **Documentation**: [README.md](README.md)
228228
- **Changelog**: [CHANGELOG.md](CHANGELOG.md)

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ All in one SDK
7171
For using Meta AI as a Python library:
7272

7373
```bash
74-
pip install metaai-api
74+
pip install metaai-sdk
7575
```
7676

7777
### SDK + API Server
7878

7979
For deploying as a REST API service:
8080

8181
```bash
82-
pip install metaai-api[api]
82+
pip install metaai-sdk[api]
8383
```
8484

8585
### From Source
@@ -263,7 +263,7 @@ Deploy Meta AI as a REST API service that anyone can use! The API server auto-re
263263
### Installation
264264

265265
```bash
266-
pip install metaai-api[api]
266+
pip install metaai-sdk[api]
267267
```
268268

269269
### Setup
@@ -460,7 +460,7 @@ if result["success"]:
460460
print(f"⏱️ Generated at: {result['timestamp']}")
461461
```
462462

463-
📖 **Full Video Guide:** See [VIDEO_GENERATION_README.md](VIDEO_GENERATION_README.md) for complete documentation!
463+
📖 **Full Video Guide:** See [VIDEO_GENERATION_README.md](https://github.com/mir-ashiq/metaai-api/blob/main/VIDEO_GENERATION_README.md) for complete documentation!
464464

465465
---
466466

@@ -517,7 +517,7 @@ Explore working examples in the `examples/` directory:
517517

518518
```bash
519519
# Clone the repository
520-
git clone https://github.com/mir-ashiq/meta-ai-python.git
520+
git clone https://github.com/mir-ashiq/metaai-api.git
521521
cd meta-ai-python
522522

523523
# Run simple example
@@ -739,7 +739,7 @@ meta-ai-python/
739739

740740
We welcome contributions! Here's how you can help:
741741

742-
1. **🐛 Report Bugs** - [Open an issue](https://github.com/mir-ashiq/meta-ai-python/issues)
742+
1. **🐛 Report Bugs** - [Open an issue](https://github.com/mir-ashiq/metaai-api/issues)
743743
2. **💡 Suggest Features** - Share your ideas
744744
3. **📝 Improve Docs** - Help us document better
745745
4. **🔧 Submit PRs** - Fix bugs or add features
@@ -775,23 +775,23 @@ This project is an **independent implementation** and is **not officially affili
775775

776776
## 📞 Support & Community
777777

778-
- 💬 **Questions?** [GitHub Discussions](https://github.com/mir-ashiq/meta-ai-python/discussions)
779-
- 🐛 **Bug Reports** [GitHub Issues](https://github.com/mir-ashiq/meta-ai-python/issues)
780-
- 📧 **Contact** contact@meta-ai-sdk.dev
781-
-**Star us** on [GitHub](https://github.com/mir-ashiq/meta-ai-python)
778+
- 💬 **Questions?** [GitHub Discussions](https://github.com/mir-ashiq/metaai-api/discussions)
779+
- 🐛 **Bug Reports** [GitHub Issues](https://github.com/mir-ashiq/metaai-api/issues)
780+
- 📧 **Contact** imseldrith@gmail.com
781+
-**Star us** on [GitHub](https://github.com/mir-ashiq/metaai-api)
782782

783783
---
784784

785785
## 🚀 Quick Links
786786

787787
<div align="center">
788788

789-
| Resource | Link |
790-
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
791-
| 📦 **PyPI Package** | [pypi.org/project/metaai_api](https://pypi.org/project/metaai_api/) |
792-
| 🐙 **GitHub Repository** | [github.com/mir-ashiq/meta-ai-python](https://github.com/mir-ashiq/meta-ai-python) |
793-
| 📖 **Full Documentation** | [Video Guide](VIDEO_GENERATION_README.md)[Quick Ref](QUICK_REFERENCE.md) |
794-
| 💬 **Get Help** | [Issues](https://github.com/mir-ashiq/meta-ai-python/issues)[Discussions](https://github.com/mir-ashiq/meta-ai-python/discussions) |
789+
| Resource | Link |
790+
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
791+
| 📦 **PyPI Package** | [pypi.org/project/metaai_api](https://pypi.org/project/metaai_api/) |
792+
| 🐙 **GitHub Repository** | [github.com/mir-ashiq/meta-ai-python](https://github.com/mir-ashiq/metaai-api) |
793+
| 📖 **Full Documentation** | [Video Guide](VIDEO_GENERATION_README.md)[Quick Ref](QUICK_REFERENCE.md) |
794+
| 💬 **Get Help** | [Issues](https://github.com/mir-ashiq/metaai-api/issues)[Discussions](https://github.com/mir-ashiq/metaai-api/discussions) |
795795

796796
---
797797

pyproject.toml

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
[build-system]
2-
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
2+
requires = ["setuptools>=61", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "metaai-api"
7-
version = "2.0.0"
6+
name = "metaai-sdk"
7+
version = "2.0.1"
88
description = "Feature-rich Python SDK for Meta AI - Chat, Image & Video Generation powered by Llama 3"
9-
authors = [{name = "Meta AI SDK Team", email = "contact@meta-ai-sdk.dev"}]
9+
authors = [{name = "Ashiq Hussain Mir", email = "imseldrith@gmail.com"}]
1010
readme = "README.md"
11-
license = {text = "MIT"}
11+
license = "MIT"
1212
keywords = ["metaai", "meta-ai", "llama3", "ai", "llm", "video-generation", "chatbot"]
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: MIT License",
1716
"Programming Language :: Python :: 3",
1817
"Programming Language :: Python :: 3.7",
1918
"Programming Language :: Python :: 3.8",
@@ -31,10 +30,10 @@ dependencies = [
3130
]
3231

3332
[project.urls]
34-
Homepage = "https://github.com/mir-ashiq/meta-ai-python"
35-
Documentation = "https://github.com/mir-ashiq/meta-ai-python/blob/main/README.md"
36-
Repository = "https://github.com/mir-ashiq/meta-ai-python"
37-
Changelog = "https://github.com/mir-ashiq/meta-ai-python/blob/main/CHANGELOG.md"
33+
Homepage = "https://github.com/mir-ashiq/metaai-api"
34+
Documentation = "https://github.com/mir-ashiq/metaai-api/blob/main/README.md"
35+
Repository = "https://github.com/mir-ashiq/metaai-api"
36+
Changelog = "https://github.com/mir-ashiq/metaai-api/blob/main/CHANGELOG.md"
3837

3938
[project.optional-dependencies]
4039
api = [
@@ -48,17 +47,4 @@ dev = [
4847
"pytest",
4948
"black",
5049
"flake8",
51-
]
52-
53-
[tool.poetry.dependencies]
54-
python = "^3.7"
55-
requests = "2.31.0"
56-
requests-html = "0.10.0"
57-
lxml-html-clean = "0.1.1"
58-
bs4 = "0.0.2"
59-
60-
[tool.poetry.extras]
61-
api = ["fastapi", "uvicorn", "python-multipart", "python-dotenv"]
62-
63-
[build]
64-
script = "build.py"
50+
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requests-html>=0.10.0
77
lxml-html-clean>=0.1.1
88
beautifulsoup4>=4.9.0
99

10-
# API Server dependencies (optional - install with: pip install metaai-api[api])
10+
# API Server dependencies (optional - install with: pip install metaai-sdk[api])
1111
# Uncomment below if you want to install API dependencies manually:
1212
# fastapi>=0.95.2,<0.96.0
1313
# uvicorn[standard]>=0.22.0,<0.24.0

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="metaai-api",
8-
version="2.0.0",
9-
author="Meta AI SDK Team",
10-
author_email="contact@meta-ai-sdk.dev",
7+
name="metaai-sdk",
8+
version="2.0.1",
9+
author="Ashiq Hussain Mir",
10+
author_email="imseldrith@gmail.com",
1111
description="Feature-rich Python SDK for Meta AI - Chat, Image & Video Generation powered by Llama 3",
1212
keywords="metaai, meta-ai, llama3, ai, llm, video-generation, image-generation, chatbot, conversational-ai",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
15-
url="https://github.com/mir-ashiq/meta-ai-python",
15+
url="https://github.com/mir-ashiq/metaai-api",
1616
project_urls={
17-
"Documentation": "https://github.com/mir-ashiq/meta-ai-python/blob/main/README.md",
18-
"Bug Reports": "https://github.com/mir-ashiq/meta-ai-python/issues",
19-
"Source Code": "https://github.com/mir-ashiq/meta-ai-python",
20-
"Changelog": "https://github.com/mir-ashiq/meta-ai-python/blob/main/CHANGELOG.md",
17+
"Documentation": "https://github.com/mir-ashiq/metaai-api/blob/main/README.md",
18+
"Bug Reports": "https://github.com/mir-ashiq/metaai-api/issues",
19+
"Source Code": "https://github.com/mir-ashiq/metaai-api",
20+
"Changelog": "https://github.com/mir-ashiq/metaai-api/blob/main/CHANGELOG.md",
2121
},
2222
package_dir={"": "src"},
2323
packages=setuptools.find_packages(where="src"),

src/metaai_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"""
99

1010
__version__ = "2.0.0"
11-
__author__ = "Meta AI SDK Team"
11+
__author__ = "Ashiq Hussain Mir"
1212
__license__ = "MIT"
13-
__url__ = "https://github.com/mir-ashiq/meta-ai-python"
13+
__url__ = "https://github.com/mir-ashiq/metaai-api"
1414

1515
from .main import MetaAI # noqa
1616
from .client import send_animate_request

0 commit comments

Comments
 (0)